Upload a file
POST/api/2.0/crm/{entityType:(contact|opportunity|case)}/{entityid:[0-9]+}/files/upload
Uploads a file to the CRM module with the parameters specified in the request.
Note: Upload can be done in 2 different ways:
- Single file upload. You should set the Content-Type & Content-Disposition headers to specify file name and content type, and send a file in the request body.
- Using standart multipart/form-data method.
Request
Responses
- 200
- 401
File information
Unauthorized